home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 February
/
CHIP_2004_0102_X.BIN
/
systeem
/
hardtool
/
jv16pt_setup.exe
/
{app}
/
Documentation
/
Example Scripts
/
Loops and variables demo.jvb
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-02-08
|
137 b
|
14 lines
Console
Define x 0
Define z
z := 6
For (i = x to z; +1)
If i > 0 then
if i <= 2 then
PrintMessage i
end
end
End